NBW:OK Mac Search with Regular Expressions You cannot enter spaces in Mac Search, but it does accept regular expressions so you might like to use .* (dot (.) means any character and star (*) means zero or more of the previous character, so .* means any sequence of zero or more characters) instead of a space. For example “open.*transport”.